Maps for WinForms
GeoPoint コンストラクタ(Double,Double,Nullable<Double>,Nullable<Double>)

C1.Win.Map.4.5.2 アセンブリ > C1.FlexMap 名前空間 > GeoPoint クラス > GeoPoint コンストラクタ : GeoPoint コンストラクタ(Double,Double,Nullable<Double>,Nullable<Double>)
x 座標。
y 座標。
z 座標。
m 座標。
GeoPointクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal z As System.Nullable(Of Double), _
   ByVal m As System.Nullable(Of Double) _
)
public GeoPoint( 
   System.double x,
   System.double y,
   System.Nullable<double> z,
   System.Nullable<double> m
)

パラメータ

x
x 座標。
y
y 座標。
z
z 座標。
m
m 座標。
参照

GeoPoint クラス
GeoPoint メンバ
オーバーロード一覧